Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: sync deprecation numbers with v14.x #34368

Closed
wants to merge 2 commits into from

Conversation

BethGriggs
Copy link
Member

DEP numbers are out of sync between master and v14.x because DEP0143 - Transform._transformState landed on v14.x first.

This PR adds DEP0143 - Transform._transformState to doc/api/deprecations.md on master. This forces the module.parent deprecation to move from DEP0143 to DEP0144. The module.parent deprecation has not been formally released (excluding nightly builds) so updating the DEP number should be low risk.

Refs: #33533 (comment)


Syncs master and v14.x for DEP0143 - Transform._transformState.
Bumps module.parent from DEP0143 to DEP0144 on master. Adds
missing DEP number and metadata for DEP0145: socket.bufferSize.

Checklist

Syncs master and v14.x for DEP0143 - `Transform._transformState`.
Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds
missing DEP number and  metadata for DEP0145: `socket.bufferSize`.
@nodejs-github-bot nodejs-github-bot added deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. labels Jul 14, 2020
@BethGriggs
Copy link
Member Author

I think I may need to also patch #32217 to account for the new DEP number. Should that be in a second commit of this PR or the same commit?

@MylesBorins
Copy link
Member

@BethGriggs I've already patched the backport PR for #32217 so it should be good

@BethGriggs
Copy link
Member Author

I've added eeda609 which updates the DEP number for the pending deprecation warning and test for module.parent

@MylesBorins
Copy link
Member

fast track?

@MylesBorins MylesBorins added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 14, 2020
Copy link
Member

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nodejs-github-bot
Copy link
Collaborator

@sxa
Copy link
Member

sxa commented Jul 15, 2020

The other option would be to move DEP0144 to be socket.bufferSize to also match v14 but that would reverse 0144 and 0145 from the order they landed here ... So I'd be OK with fast tracking to get resolved appropriately for v14.6.0 today on the basis that it resets it back to what it should have been in the first place and assuming v14.6.0 picks up the adjusted numbers from this :-)

@MylesBorins
Copy link
Member

@sxa I'm going to go ahead and land this and make sure 14.6.0 is in sync so we can just move forward :D

@MylesBorins
Copy link
Member

Landed in 3b13032...128ed10

MylesBorins pushed a commit that referenced this pull request Jul 15, 2020
Syncs master and v14.x for DEP0143 - `Transform._transformState`.
Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds
missing DEP number and  metadata for DEP0145: `socket.bufferSize`.

PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 15, 2020
PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins added a commit that referenced this pull request Jul 15, 2020
Syncs master and v14.x for DEP0143 - `Transform._transformState`.
Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds
missing DEP number and  metadata for DEP0145: `socket.bufferSize`.

PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Jul 15, 2020
MylesBorins added a commit that referenced this pull request Jul 16, 2020
Syncs master and v14.x for DEP0143 - `Transform._transformState`.
Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds
missing DEP number and  metadata for DEP0145: `socket.bufferSize`.

PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
cjihrig pushed a commit that referenced this pull request Jul 23, 2020
Syncs master and v14.x for DEP0143 - `Transform._transformState`.
Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds
missing DEP number and  metadata for DEP0145: `socket.bufferSize`.

PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
cjihrig pushed a commit that referenced this pull request Jul 23, 2020
PR-URL: #34368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants